AfterScale
Description
This method scales the drawing. It returns True
if succeeded, otherwise, False
.
Parameters | Description |
---|---|
Factor | Scaling factor (set Factor = 1 and IsAbsolute = True to draw image in 1:1 scale). |
IsAbsolute | True — Scaling relative to the drawings extents; False — Scaling relative to the current scale. |
Position | Point relative to which scaling occurs. |
Syntax
function AlterScale(Factor: Double; IsAbsolute: Boolean; Position: TPoint): Boolean;